'Declaration
Public Overloads Shared Function CreateSelector(Of X)( _ ByVal type As Type, _ ByVal path As String _ ) As Func(Of Object,X)
'Usage
Dim type As Type Dim path As String Dim value As Func(Of Object,X) value = C1PropertyPathHelper.CreateSelector(Of X)(type, path)
Parameters
- type
- The type of the objects that will be passed to the resulting function.
- path
- The path that will be evaluated.
Type Parameters
- X